C# Class VimeoAPI.VimeoScopeExtensions

Exibir arquivo Open project: TechSmith/VimeoAPI

Public Methods

Method Description
AsString ( this scope ) : string
GetAllFlags ( ) : IEnumerable
GetBasicUploadScope ( ) : VimeoScope
GetFlags ( this scope ) : IEnumerable
GetFlagsString ( this scope ) : IEnumerable
GetSpaceSeparatedValue ( this scope ) : string

Method Details

AsString() public static method

public static AsString ( this scope ) : string
scope this
return string

GetAllFlags() public static method

public static GetAllFlags ( ) : IEnumerable
return IEnumerable

GetBasicUploadScope() public static method

public static GetBasicUploadScope ( ) : VimeoScope
return VimeoScope

GetFlags() public static method

public static GetFlags ( this scope ) : IEnumerable
scope this
return IEnumerable

GetFlagsString() public static method

public static GetFlagsString ( this scope ) : IEnumerable
scope this
return IEnumerable

GetSpaceSeparatedValue() public static method

public static GetSpaceSeparatedValue ( this scope ) : string
scope this
return string