C# Class Batch.Feature

Inheritance: Item
Mostrar archivo Open project: BatchLabs/unity-plugin

Public Methods

Method Description
Feature ( ) : System
Feature ( string reference, string bundleRef, string value, long ttl ) : System
HasValue ( ) : bool
IsLifetime ( ) : bool

Method Details

Feature() public method

public Feature ( ) : System
return System

Feature() public method

public Feature ( string reference, string bundleRef, string value, long ttl ) : System
reference string
bundleRef string
value string
ttl long
return System

HasValue() public method

public HasValue ( ) : bool
return bool

IsLifetime() public method

public IsLifetime ( ) : bool
return bool