Show / Hide Table of Contents

Class PassiveStatic

Class representing a champion's passive (Static API).

Inheritance
System.Object
PassiveStatic
Namespace:RiotSharp.StaticDataEndpoint
Assembly:RiotSharp.dll
Syntax
public class PassiveStatic : object

Properties

Description

String descripting the passive.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

Image

Image of the passive.

Declaration
public ImageStatic Image { get; set; }
Property Value
Type Description
ImageStatic

Name

Name of the passive.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

SanitizedDescription

Sanitized (HTML stripped) description of the passive.

Declaration
public string SanitizedDescription { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX